SftTabs/NET 6.0

ButtonStyle Property, ScrollingClass Class

Softel vdm, Inc.

Defines the scroll button and Close, Minimize, Restore button appearance.

Syntax      ScrollingClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ButtonStyle As ScrollButtonStyle

C#   

public ScrollButtonStyle ButtonStyle { get; set; }

C++   

public: property ScrollButtonStyle ButtonStyle {
        ScrollButtonStyle get();
        void set(ScrollButtonStyle value);
}

Property Value

The scroll button and Close, Minimize, Restore button appearance.

ScrollButtonStyle

Value

Description

Button

0

The environment's default button controls are used. Honors Windows themes if available, otherwise a regular button is displayed.

Themed

1

Buttons use Windows themes if available, otherwise a regular button is displayed.

ClassicButton

2

Classic button controls are used as buttons which never use Windows themes.

HoverButton

3

Hover button controls are used as buttons which only show a border when the mouse cursor is above the button.

Themed2

4

Buttons use MDI-style Windows themes if available, otherwise a regular button is displayed.

The default value is ScrollButtonStyle.Themed.

Comments

The ButtonStyle property defines the scroll button and Close, Minimize, Restore button appearance.

If the tab control uses Windows themes and buttons are defined to use themes, the ButtonBackColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com